PdfValue Property (PdfEnum<TEnum>)
In This Topic
Gets the PDF value defined by this
PdfEnum<TEnum>. Throws an exception if this
PdfEnum<TEnum> is represented by a parsed value.
Syntax
'Declaration
Public ReadOnly Property PdfValue As PdfName
public PdfName PdfValue {get;}
See Also